home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2003 January
/
Disc 3
/
Amethyst.iso
/
live
/
usr
/
share
/
vim
/
vim60
/
tools
/
vimm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-06-19
|
184 b
|
7 lines
#!/bin/sh
# enable DEC locator input model on remote terminal
echo "\033[1;2'z\033[1;3'{\c"
vim "$@"
# disable DEC locator input model on remote terminal
echo "\033[2;4'{\033[0'z\c"